/*
	Slideshow
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:34em;
	overflow:hidden;
	display:none;
	
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:34em;
	height:18em;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#tape-tl {
	position:absolute;
	top: 8.1em;
	left: 24.4em;
	z-index:500;
}

#tape-br {
	position:absolute;
	top: 24.4em;
	left: 57.5em;
	z-index:500;
}

#frame {
	position: absolute;
	top: 8.7em;
	left: 21.4em;
	z-index:300;
}

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	position: absolute;
	margin-top: -14.5em;
	margin-left: -0.48em;
	width:auto;
	z-index: 800;
}

.pagination li {
	/*float:left;*/
	margin:8px 2px;
	list-style:none;
	z-index: 800;
	
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/web/20161019003818im_/http://eversmiletrekking.com/img/pagination.png);
	background-position:0 0;
	/*float:left;*/
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer


/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}
/*
     FILE ARCHIVED ON 00:38:18 Oct 19, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:56:20 Mar 31, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.77
  exclusion.robots: 0.083
  exclusion.robots.policy: 0.069
  esindex: 0.014
  cdx.remote: 66.182
  LoadShardBlock: 225.023 (3)
  PetaboxLoader3.datanode: 291.167 (5)
  PetaboxLoader3.resolve: 1161.441 (3)
  load_resource: 1299.736 (2)
*/